home *** CD-ROM | disk | FTP | other *** search
- /* FileCancel.h: Cancelation utility routine for ProjectDrag
- *
- * A set of applets for drag and drop source control by Tim Maroney.
- * See develop, issue 23 for details.
- *
- * Built on DropShell by Leonard Rosenthol, Stephan Somogyi, and Marshall Clow,
- * and using the MoreFiles utilities by Jim Luther.
- *
- * This software is free, but don't modify and redistribute it without
- * changing the status window to indicate your name and your changes!
- */
-
- #ifndef __FILECANCEL__
- #define __FILECANCEL__
-
- #include <Types.h>
- #include <Files.h>
-
- OSErr FileCancel(FSSpec *file, CKIDHandle theCKID);
-
- #endif
-